home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / debug / apurify_v1_3 / apurify_v1.3.readme
Encoding:
Text File  |  1996-09-07  |  1.2 KB  |  35 lines

  1. Short:    Enforcer-like tool without MMU. V1.3
  2. Author:   devulder@info.unicaen.fr      (Samuel DEVULDER)
  3. Uploader: devulder@info.unicaen.fr      (Samuel DEVULDER)
  4. Type:     dev/debug
  5.  
  6.                                 APurify
  7.                                 -------
  8.  
  9. A program that detects illegal memory access of your programs. It needs asm
  10. sourcefile (or reverse-engineering generated sourcefile) and insert code to
  11. check memory access.
  12.  
  13. It consists of a source parser and a linking library. 
  14.  
  15. This archive contains files  for  APurify  v1.3.  There are GCC version and 
  16. other compilers-version included. Read MIT-APurify.doc if you are using GCC 
  17. and MOT-APurify.doc for other compilers.
  18.  
  19. The source  is available from author  and is not   included in that archive
  20. (I'm not so proud of it since it is not well-written).
  21.  
  22. New in this release (see doc/History):
  23.  
  24. - V1.3 (parser V0.7):
  25.     + now uses environment variable
  26.     + can use output defined by patterns
  27.     + can generate small code and small data code
  28.     + auto detects _main. Calling AP_Init() is no more needed :-)
  29.     + now detects pea followed by jsr and treat it correctly.
  30.     + changed find_chunk() now uses binary search => speed increase.
  31.  
  32. Happy debugging !
  33.  
  34.                 Sam.
  35.